Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.liveconnect.box.core.BoxComponent--providers

This contribution is part of XML component org.nuxeo.ecm.liveconnect.box.core.BoxComponent inside nuxeo-liveconnect-box-core-9.10.jar /OSGI-INF/box-config.xml

Extension Point

Extension point providers of component OAuth2ServiceProviderRegistry.

Contributed Items

  • <provider>
          <name>box</name>
          <description>Box</description>
          <class>org.nuxeo.ecm.liveconnect.box.BoxOAuth2ServiceProvider</class>
          <tokenServerURL>https://app.box.com/api/oauth2/token</tokenServerURL>
          <authorizationServerURL>https://app.box.com/api/oauth2/authorize?response_type=code</authorizationServerURL>
          <clientId/>
        </provider>

    Box

XML Source

<extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry">
    <provider>
      <name>box</name>
      <description>Box</description>
      <class>org.nuxeo.ecm.liveconnect.box.BoxOAuth2ServiceProvider</class>
      <tokenServerURL>https://app.box.com/api/oauth2/token</tokenServerURL>
      <authorizationServerURL>https://app.box.com/api/oauth2/authorize?response_type=code</authorizationServerURL>
      <clientId/>
    </provider>
  </extension>